/*
Theme Name: OBT Theme
Description: This is a child theme for Flatsome Theme
Author: OBT Reklam
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* FONTS */

.h1-theme{
	font-size: 82px;
	line-height: 90px;
	margin-bottom: 15px;
}

.banner h1 {
	font-size: 120px;
	line-height: 120px;
	margin-bottom: 15px;
}

.h2-theme{
	font-size: 65px;
	line-height: 72px;
	margin-bottom: 15px;
}

.banner h2 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 15px;
}

.h3-theme{
	font-size: 46px;
	line-height: 64px;
	margin-bottom: 6px;
}

.h4-theme {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 10px;
}

.h5-theme {
	font-size:1rem;

	margin-bottom: 2px;

}

.h6-theme {
	font-size:1rem;
	line-height: 1.5;

}

.span-header {
	color: #fe8500;
	font-size:1rem;
	margin-bottom: 0px!important;
	text-transform: uppercase;
	font-weight: 700;
}


/* Header */

.header-button {
	padding: 10px 20px;
}

/* CUSTOM LANGUAGE */

.border-image{
	border-bottom: 10px solid #fe8500;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.h1-theme{
	font-size: 64px;
	line-height: 64px;
	font-weight: 500;
}

.banner h1 {
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 15px;
}

.h2-theme{
	font-size: 36px;
	line-height: 36px;
}

.banner h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}


.h5-theme {
	font-size:1rem;
	line-height: 1.3;
	font-weight: 500;
}

}